home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / o_graph.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.4 KB  |  64 lines

  1. /*****************************************************************************
  2.   FILE           : o_graph.h
  3.   SHORTNAME      : o_graph.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for o_graph.c
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Markus Heuttel and Michael Schmalzl
  10.   DATE           : 3.4.1992
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)o_graph.h    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _O_GRAPH_DEFINED_
  23. #define _O_GRAPH_DEFINED_
  24.  
  25.  
  26.  
  27. #define MAX_CURVE_NO 25
  28.  
  29.  
  30. extern void o_createOszi (void);
  31. extern void o_InitCurve (void);
  32. extern void o_draw (float);
  33.  
  34.  
  35. extern Display *ui_display;
  36. extern Widget   ui_toplevel;
  37.  
  38.  
  39. extern SCALE_VALUE_TYPE;
  40.  
  41. extern MPoint;
  42.  
  43.  
  44. extern int           o_open;     /* flag, which indicates whether graf 
  45.                 is open or not */
  46. extern int           o_PressPossible; /* flag : while drawing, pressing a 
  47.                 button has no effect */
  48.  
  49. extern long unsigned o_LearnStepCount; /* counts the learn steps */
  50.  
  51. extern short   o_CurveLengths[]; /* array with the lengths of the 
  52.                 curves Curve1 and Curve2 */
  53. extern int     o_CurveNo;         /* the number of visible curves on the graf */
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. #endif /* _O_GRAPH_DEFINED_ */
  61.  
  62.  
  63. /* 70 lines generated by deleteprivatedefinitions.awk */
  64.